home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 4 / Mac Giga-ROM 4.0 - 1993.toast / FILES / DEV / I-Z / TADS v2.0.sit / READ.TAD < prev    next >
Text File  |  1992-11-17  |  6KB  |  137 lines

  1. TADS, the Text Adventure Development System version 2.0
  2. Copyright (c) 1990, 1992 by Michael J. Roberts.  All rights reserved.
  3.  
  4. This package was prepared November, 1992.
  5.  
  6. This software is being distributed as shareware.  You may use and redistribute
  7. it subject to the usual shareware rules; see LICENSE.DOC for full details.
  8. You are requested to register your copy as described in LICENSE.DOC.  Please
  9. see ORDER.FRM for information on ordering this and other High Energy Software
  10. products.
  11.  
  12. We appreciate the concerns many people have about registering their shareware:
  13. authors move or just disappear.  This is why we use a post office box (at a
  14. REAL US Post Office!) to ensure that our address stays the same indefinitely.
  15. We have a big pile of TADS manuals waiting for your order, and plan to be in
  16. business for quite some time.  Please help us out by taking a manual off of
  17. our hands - you'll be glad you did!  If you have any questions or comments,
  18. we would love to hear from you; see ORDER.FRM for our address.  Thanks for
  19. your interest!
  20.  
  21.  
  22. Attention Version 1 Users!
  23. ------------------------
  24.  
  25. TADS Version 2.0 is intended to be compatible with games written for v1.
  26. However, there are a few differences.  If you experience any difficulty
  27. compiling a game that was working with v1, try using the "V1 Compatibility
  28. Mode" option.  On the Macintosh, use the "Options - V1 Compatibility..." menu,
  29. and check the appropriate boxes.  Most v1 games that have problems with v2
  30. need only the "rename 'do' keyword" option to be checked.
  31.  
  32.  
  33. Documentation
  34. -------------
  35.  
  36. You should download the TADS Documentation archive, TADS2DOC.ZIP (on DOS)
  37. or TADS2DOC.SIT (on Macintosh) [note - these extensions may be changed if
  38. the sysop of your BBS or on-line service has repackaged the archive with
  39. a different compression tool].  This file contains overview documentation
  40. for TADS, as well as the source for "Ditch Day Drifter", a complete sample
  41. game.
  42.  
  43. Additional documentation is available to registered users.  When you
  44. register your copy of TADS, we'll send you the printed TADS Author's Manual,
  45. with over 200 pages of details about writing games with the system.  The
  46. Author's Manual contains numerous examples, and includes an entire chapter
  47. devoted to examples of programming common adventure scenarios.
  48.  
  49.  
  50. Getting Started
  51. ---------------
  52.  
  53. To get started with TADS, first copy all of the files into a folder on your
  54. hard disk.  You should test everything out by compiling Ditch Day Drifter.
  55. Double-click on the "TADS Compiler" application.  In the compiler's dialog,
  56. click the "Select" button to the right of the field labelled "File to compile".
  57. Select DITCH.T, then click on the "Compile" button.  The compile will process
  58. DITCH.T, providing you with a status report box while it's running.  When
  59. it's done, "*** Compilation Completed ***" will be displayed in the message
  60. window.  You can now click on the "Quit" button to dismiss the compiler.
  61.  
  62. Note that DITCH.T is part of the separate TADS Documentation archive;
  63. you should be able to get this archive from the same place you got the
  64. archive containing the TADS executables.
  65.  
  66. After you have compiled Ditch, you can run the game simply by double-clicking
  67. on the "DITCH.GAM" document icon, or you can double-click on the
  68. "TADS Run-Time" application and then select DITCH.GAM from the file dialog.
  69.  
  70. Please read DITCH.DOC for information on playing the game.  This file also
  71. describes many features of the run-time system, including the parser.
  72.  
  73.  
  74. Notes for Macintosh users
  75. -------------------------
  76.  
  77. While playing a game, you can edit command lines using the normal Macintosh text
  78. editing methods.  You can copy from any text on the screen, and paste into the
  79. command line.  The "review mode" that the documentation refers to is not actually
  80. a "mode" on the Macintosh; instead, you can look back through text that has
  81. scrolled out of the window by using the scroll bar as usual.
  82.  
  83. At the top of the window is the Status Line, which shows your location and the
  84. current score and turn count.
  85.  
  86. Each saved game is stored in a separate file, so there is no limit to the
  87. number of games you an save (except for how much space you have on your disks).
  88. When you save or restore a game, a standard file selector dialogue will be
  89. displayed that will allow you to select a filename.
  90.  
  91. If you have limited memory in your Mac, you may need to adjust the
  92. compiler's memory usage so it fits.  If the compiler runs out of
  93. memory, it will tell you the amount of memory it is consuming and
  94. suggest that you run again with a lower -m option.  For example,
  95. if the compiler displays a message like this:
  96.  
  97.    *** Note for -m option:
  98.    *** Current cache size is 256000
  99.    ditch.t, line 3501: TADS-1: out of memory
  100.  
  101. you can run again by specifying a smaller size for the cache.  Simply
  102. enter a new size, such as 200000, in the "Maximum cache size" field.
  103. This tells the compiler to restrict its memory usage to the size you,
  104. specified which it does by swapping excess space out to a disk file.
  105. If you're running MultiFinder, you may be able to make more memory
  106. available to the compiler without forcing it to swap to disk by raising
  107. the "Current size" field in the Get-Info dialog for the compiler.
  108.  
  109.  
  110. For More Information
  111. --------------------
  112.  
  113. If you would like more information, or if you have comments on the system,
  114. please contact us at:
  115.  
  116.     High Energy Software
  117.     P.O. Box 50422
  118.     Palo Alto, CA  94303
  119.  
  120. The fastest way to reach us is through the High Energy BBS.  Set
  121. your modem to 14,400bps (or any lower speed), N-8-1, and dial
  122. 415-493-2420.  The BBS is open to the public -- you don't need to
  123. be a registered user of any our products to access the system.
  124. Feel free to browse the message conferences and libraries on the
  125. BBS; you may be able to find the answer to your question without
  126. having to wait for a reply.
  127.  
  128. We can be reached by electronic mail through selected on-line services:
  129.  
  130.     CompuServe: User ID   73737,417
  131.     GEnie:      Mail Name M.ROBERTS10
  132.  
  133. Internet users can send us electronic mail through CompuServe, and we
  134. can reply to Internet addresses.  Send mail to 73737.417@compuserve.com
  135. (note that the comma in the CompuServe address becomes a period for
  136. Internet users).
  137.